home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SHLExamples / Delegation / EOFDelegateAdaptorCategory.h < prev    next >
Encoding:
Text File  |  1994-05-22  |  674 b   |  31 lines

  1. /*--------------------------------------------------------------------------
  2.  *
  3.  *     You may freely copy, distribute, and reuse the code in this example.
  4.  *     SHL Systemhouse disclaims any warranty of any kind, expressed or  
  5.  *    implied, as to its fitness for any particular use.
  6.  *
  7.  *
  8.  *    Adaptor
  9.  *
  10.  *    Category Of:    EOFDelegate
  11.  *
  12.  *    Conforms To:    None
  13.  *
  14.  *    Declared In:    EOFDelegateAdaptorCategory.h
  15.  *
  16.  *    Category Description
  17.  *
  18.  *        Implements delegate methods sent by EOAdaptor, 
  19.  *        EOAdaptorContext, and EOAdaptorChannel.
  20.  *
  21.  *
  22.  *------------------------------------------------------------------------*/
  23. #import "EOFDelegate.h"
  24.  
  25.  
  26.  
  27.  
  28. @interface EOFDelegate (Adaptor)
  29.  
  30. @end
  31.